home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gamtlk11.zip / source.zip / CARIBBEAN POKER / CPOKERNT.RC < prev    next >
Text File  |  1999-12-13  |  6KB  |  146 lines

  1.  
  2. /* Windows NT Resource Script File - Created by Integrated Resource Editor */
  3.  
  4. #include <winuser.h>
  5. #include <commctrl.h>
  6.  
  7. #include "CPoker.H"
  8.  
  9. BMP_PROGEMPTY         BITMAP "PEmptyNT.bmp"
  10. BMP_PROGFULL          BITMAP "PFullNT.bmp"
  11. BMP_ANTE              BITMAP "AnteNT.bmp"
  12. BMP_BET               BITMAP "BetNT.bmp"
  13. BMP_EMPTY             BITMAP "EmptyNT.bmp"
  14.  
  15. MainWindow                              ICON "CPokerNT.ico"
  16.  
  17.  
  18. MainWindow MENUEX
  19. BEGIN
  20.  
  21.     POPUP "&Game", IDM_GAME, MFT_STRING
  22.     BEGIN
  23.         MENUITEM "Stud",               IDM_STUD, MFT_STRING, MFS_CHECKED
  24.         MENUITEM "Draw",               IDM_DRAW, MFT_STRING
  25.         MENUITEM "",                   -1, MFT_SEPARATOR
  26.         MENUITEM "E&xit",              IDM_EXIT, MFT_STRING
  27.     END
  28.  
  29.     POPUP "&Cash", 1200, MFT_STRING
  30.     BEGIN
  31.         MENUITEM "Add $100",           IDM_ADD, MFT_STRING
  32.         MENUITEM "Cash Out",           IDM_CASH, MFT_STRING
  33.     END
  34.  
  35.     POPUP "&Help", IDM_HELP, MFT_STRING
  36.     BEGIN
  37.         MENUITEM "Help &index",        IDM_HELPINDEX, MFT_STRING
  38.         MENUITEM "",                   -1, MFT_SEPARATOR
  39.         MENUITEM "About...",           IDM_ABOUT, MFT_STRING
  40.     END
  41. END
  42.  
  43.  
  44. MainWindow MENUEX
  45. BEGIN
  46.     POPUP "", 0
  47.     BEGIN
  48.     END
  49. END
  50.  
  51. MainWindow DIALOG 0, 436, -4, -10
  52. CAPTION ""
  53. STYLE WS_POPUP | WS_SIZEBOX | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  54. BEGIN
  55. END
  56.  
  57. MainWindow DIALOG 4, 136, 460, 260
  58. CAPTION "Caribbean Poker v1.00"
  59. STYLE WS_POPUP | WS_SIZEBOX | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
  60.       WS_MINIMIZEBOX | WS_MAXIMIZEBOX
  61. BEGIN
  62. END
  63.  
  64. STRINGTABLE
  65. BEGIN
  66.     PMT_ANTE,                              "&Ante"
  67.     PMT_BET,                              "&Bet"
  68.     PMT_FOLD,                              "&Fold"
  69.     PMT_ADVICE,                              "A&dvice"
  70.     CPOKER_PMT_APPNAME,                               "Caribbean Poker"
  71.     CPOKER_PMT_VERSION,                               "v1.00"
  72.     PMT_AUTO,                              "Auto"
  73.     PMT_BANK,                              "Bank: $"
  74.     PMT_PAYOUT,                         "Player paid $"
  75.     PMT_PROGPAYOUT,                     "Progressive pays $"
  76.     512,                                "Nothing"
  77.     528,                                "Ace/King"
  78.     544,                                "Pair of Deuces"
  79.     560,                                "Two Pair"
  80.     576,                                "Three Deuces"
  81.     592,                                "Straight"
  82.     608,                                "Flush"
  83.     624,                                "Full House"
  84.     640,                                "Four Deuces"
  85.     656,                                "Straight Flush"
  86.     672,                                "Royal Flush"
  87.     545,                                "Pair of Threes"
  88.     546,                                "Pair of Fours"
  89.     547,                                "Pair of Fives"
  90.     548,                                "Pair of Sixes"
  91.     549,                                "Pair of Sevens"
  92.     550,                                "Pair of Eights"
  93.     551,                                "Pair of Nines"
  94.     552,                                "Pair of Tens"
  95.     553,                                "Pair of Jacks"
  96.     554,                                "Pair of Queens"
  97.     555,                                "Pair of Kings"
  98.     556,                                "Pair of Aces"
  99.     577,                                "Three Threes"
  100.     578,                                "Three Fours"
  101.     579,                                "Three Fives"
  102.     580,                                "Three Sixes (a ""Tony"")"
  103.     581,                                "Three Sevens"
  104.     582,                                "Three Eights"
  105.     583,                                "Three Nines (Tony hanging from a tree)"
  106.     584,                                "Three Tens"
  107.     585,                                "Three Jacks"
  108.     586,                                "Three Queens"
  109.     587,                                "Three Kings"
  110.     588,                                "Three Aces"
  111.     595,                                "Straight (Five high)"
  112.     596,                                "Straight (Six high)"
  113.     597,                                "Straight (Seven high)"
  114.     598,                                "Straight (Eight high)"
  115.     599,                                "Straight (Nine high)"
  116.     600,                                "Straight (Ten high)"
  117.     601,                                "Straight (Jack high)"
  118.     602,                                "Straight (Queen high)"
  119.     603,                                "Straight (King high)"
  120.     604,                                "Straight (Ace high)"
  121.     641,                                "Four Threes"
  122.     642,                                "Four Fours"
  123.     643,                                "Four Fives"
  124.     644,                                "Four Sixes"
  125.     645,                                "Four Sevens"
  126.     646,                                "Four Eights"
  127.     647,                                "Four Nines"
  128.     648,                                "Four Tens"
  129.     649,                                "Four Jacks"
  130.     650,                                "Four Queens"
  131.     651,                                "Four Kings"
  132.     652,                                "Four Aces"
  133.     659,                                "Straight Flush (Five high)"
  134.     660,                                "Straight Flush (Six high)"
  135.     661,                                "Straight Flush (Seven high)"
  136.     662,                                "Straight Flush (Eight high)"
  137.     663,                                "Straight Flush (Nine high)"
  138.     664,                                "Straight Flush (Ten high)"
  139.     665,                                "Straight Flush (Jack high)"
  140.     666,                                "Straight Flush (Queen high)"
  141.     667,                                "Straight Flush (King high)"
  142.     CPOKER_PMT_STUD,                               "Caribbean Poker v1.00 - Stud"
  143.     CPOKER_PMT_DRAW,                               "Caribbean Poker v1.00 - Draw"
  144.     PMT_JACKPOT,                              "Jackpot: $"
  145. END
  146.